home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Developer Essentials / DTS Sample Code / DTS Japan-Sample Code / AppleEvent•MacApp3.0b1•7.0 / Taro.MAmake < prev    next >
Encoding:
Text File  |  1992-02-05  |  1.1 KB  |  32 lines  |  [TEXT/MPS ]

  1. # Copyright © 1991 Apple Computer. All rights reserved.
  2.  
  3.  
  4. #---------------------------------------------------------------------------------------------------
  5. #    List here the Application's Name
  6. AppName = Taro
  7.  
  8.  
  9. #---------------------------------------------------------------------------------------------------
  10. #    List resource files that the Rez file includes if you want to include
  11. #    more or less than the standard set
  12. OtherRsrcFiles =   ∂
  13.         "{MAObj}Printing.rsrc"  ∂
  14.         "{SrcApp}Taro.extra.rsrc"    ∂
  15.         "{SrcApp}Views.extra.rsrc"
  16.                 
  17. #---------------------------------------------------------------------------------------------------
  18. OtherInterfaces =   ∂
  19.         "{SrcApp}AEPackObject.h"  ∂
  20.         "{SrcApp}AEObjects.h"  ∂
  21.         "{SrcApp}UCore.h"
  22.  
  23. #---------------------------------------------------------------------------------------------------
  24. OtherLinkFiles =   ∂
  25.         "{SrcApp}AEObjectSupportLib.o"  ∂
  26.         "{ObjApp}UCore.cp.o"
  27.  
  28. #---------------------------------------------------------------------------------------------------
  29. "{ObjApp}UCore.cp.o"    ƒ    ∂
  30.                                 "{SrcApp}UCore.cp"∂
  31.                                 "{SrcApp}UCore.h"∂
  32.                                 "{BuildFlags}"